Parameters
- image
- Image to draw.
- drawingContext
- Drawing context where image should be drawn.
- sourceRect
- The rectangular area, in pixels, of image to draw.
- destRect
- The rectangular area, in device-independent pixels (1/96th inch), of device context where image should be drawn.
- destDpiX
- Horizontal resolution, in dpi, of drawing context.
- destDpiY
- Vertical resolution, in dpi, of drawing context.
- renderingProgress
- Progress delegate of the source image rendering progress.